home *** CD-ROM | disk | FTP | other *** search
/ Urabon Golden Age Girl 2 / Urabon Golden Age Girl 2.iso / mac / 裏ガール2data / FAVORITE.DIR / 00012_HELP.ls < prev    next >
Encoding:
Text File  |  1995-01-18  |  661 b   |  21 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     if rollOver(clickOn()) then
  4.       set the castNum of sprite clickOn() to the number of cast "dnHELP"
  5.     else
  6.       set the castNum of sprite clickOn() to the number of cast "HELP"
  7.     end if
  8.     puppetSprite(24, 1)
  9.     set the type of sprite 24 to 1
  10.     set the ink of sprite 24 to 8
  11.     set the foreColor of sprite 24 to 210
  12.     set the castNum of sprite 24 to the number of cast "HHELP"
  13.     set the locV of sprite 24 to 245
  14.     set the locH of sprite 24 to 330
  15.     updateStage()
  16.   end repeat
  17.   set the type of sprite 24 to 0
  18.   set the castNum of sprite clickOn() to the number of cast "HELP"
  19.   updateStage()
  20. end
  21.